Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-core
/
com.urbanairship.analytics.data
/
[androidJvm]EventDao_Impl
EventDao_
Impl
@
Generated
(
value
=
"androidx.room.RoomProcessor"
)
class
EventDao_Impl
Members
Constructors
EventDao_
Impl
Link copied to clipboard
constructor
(
@
NonNull
__db
:
RoomDatabase
)
Functions
count
Link copied to clipboard
open
fun
count
(
)
:
Int
database
Size
Link copied to clipboard
open
fun
databaseSize
(
)
:
Int
delete
Link copied to clipboard
open
fun
delete
(
events
:
Array
<
EventEntity
>
)
delete
All
Link copied to clipboard
open
fun
deleteAll
(
)
delete
Batch
Link copied to clipboard
open
fun
deleteBatch
(
events
:
List
<
EventIdAndData
>
)
get
Link copied to clipboard
open
fun
get
(
)
:
List
<
EventEntity
>
get
Batch
Link copied to clipboard
open
fun
getBatch
(
limit
:
Int
)
:
List
<
EventIdAndData
>
get
Required
Converters
Link copied to clipboard
@
NonNull
open
fun
getRequiredConverters
(
)
:
List
<
Class
<
out
Any
>
>
insert
Link copied to clipboard
open
fun
insert
(
event
:
EventEntity
)
trim
Database
Link copied to clipboard
open
fun
trimDatabase
(
maxDatabaseSize
:
Int
)